Returns the value of the
TableVector.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
TableVectorCollection.GetVectorSize for details).
'Declaration
Public Function GetVectorCanSplit( _
ByVal As Integer _
) As Boolean
public bool GetVectorCanSplit(
int
)
Parameters
- index
- The 0-based index (TableVector.Ordinal) of the row or column.
Return Value
The value of the specified vector's
TableVector.CanSplit property, or
false if the vector has not been initialized.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2