Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / SetDimensions Method
GrapeCity Spread
Worksheet
Index of the sheet


In This Topic
    SetDimensions Method
    In This Topic
    Sets the dimmensions.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetDimensions( _
       ByVal spread As IExcelRead, _
       ByVal sheet As CT_Worksheet, _
       ByVal sheetIndex As Short _
    ) 
    'Usage
     
    
    Dim spread As IExcelRead
    Dim sheet As CT_Worksheet
    Dim sheetIndex As Short
     
    SheetViewSynchronizer.SetDimensions(spread, sheet, sheetIndex)
    public static void SetDimensions( 
       IExcelRead spread,
       CT_Worksheet sheet,
       short sheetIndex
    )

    Parameters

    spread
    GrapeCity Spread
    sheet
    Worksheet
    sheetIndex
    Index of the sheet
    See Also