Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SyncIndexOnAddColumns Method
The column.
The count.


In This Topic
    SyncIndexOnAddColumns Method
    In This Topic
    Synchronizes the index on the added columns.
    Syntax
    'Declaration
     
    
    Protected Sub SyncIndexOnAddColumns( _
       ByVal column As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim count As Integer
     
    instance.SyncIndexOnAddColumns(column, count)
    protected void SyncIndexOnAddColumns( 
       int column,
       int count
    )

    Parameters

    column
    The column.
    count
    The count.
    See Also