Gets the number of indexes in a subset defined by the startIndex
and endIndex arguments.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public int GetSubsetCount( int startIndex, int endIndex )
Parameters
- startIndex
- Type: SystemInt32
Start index in subset. - endIndex
- Type: SystemInt32
End index in subset.
Return Value
Type: Int32Number of indexes in subset.
Remarks
Version Information
See Also