Sets the columns that are to be excluded from the matrix.
Namespace: Extreme.DataAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public void SetExcludedColumns(
params int[] columnIndexes
)
Public Sub SetExcludedColumns (
ParamArray columnIndexes As Integer()
)
public:
void SetExcludedColumns(
... array<int>^ columnIndexes
)
member SetExcludedColumns :
columnIndexes : int[] -> unit
Parameters
- columnIndexes
- Type: SystemInt32
An array of zero or more integers containing the zero-based indexes
of the rows that are to be excluded from the matrix.
Use this method to exclude columns that contain text or data that is not relevant.
Numerical Libraries
Supported in: 6.0
Reference