[]
        
(Showing Draft Content)

C1.C1Preview.TableVectorCollection.GetVectorCanSplit

GetVectorCanSplit Method

GetVectorCanSplit(int)

Returns the value of the CanSplit property of a TableVector (row or column) identified by its index in a RenderTable. This method does not create the specified vector if it has not been initialized yet (see remarks in GetVectorSize(int) for details).

Declaration
public bool GetVectorCanSplit(int index)
Parameters
Type Name Description
int index

The 0-based index (Ordinal) of the row or column.

Returns
Type Description
bool

The value of the specified vector's CanSplit property, or false if the vector has not been initialized.