EsbSetFilterRow() sets the next row of a filter.
EsbSetFilterRow (hCtx, FltRow, pAccess)
ByVal hCtx As Long ByVal FltRow As Any ByVal pAccess As Integer
hCtx | Essbase VB API context handle. |
FltRow | Pointer to the next row of the filter. |
pAccess | Access level for the filter row. |
Declare Function EsbSetFilterRow Lib "ESBAPIW" (ByVal hCtx As Long, ByVal FltRow As Any, ByVal pAccess As Integer) As Long See the example for EsbSetFilter().EsbListFilters()