TextOptions.SetExcludedColumns Method

Sets the columns that are to be excluded from the matrix.

Definition

Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public void SetExcludedColumns(
	params int[] columnIndexes
)

Parameters

columnIndexes  Int32[]
An array of zero or more integers containing the zero-based indexes of the rows that are to be excluded from the matrix.

Remarks

Use this method to exclude columns that contain text or data that is not relevant.

See Also