Sets the columns that are to be excluded from the matrix.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.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.
Reference