Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRowCollection Class / GetVectorCanSplit Method
The 0-based index (Ordinal) of the row or column.

In This Topic
    GetVectorCanSplit Method (TableRowCollection)
    In This Topic
    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 GetVectorSize for details).
    Syntax
    'Declaration
     
    Public Function GetVectorCanSplit( _
       ByVal index As Integer _
    ) As Boolean
    public bool GetVectorCanSplit( 
       int index
    )

    Parameters

    index
    The 0-based index (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.
    See Also