Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetGutters Method
the zero based sheet index used to locate the IExcelWorksheet instance
Maximum level of row gutter
Maximum level of column gutter


In This Topic
    GetGutters Method
    In This Topic
    Gets the row and column gutter settings of the specified sheet.
    Syntax
    'Declaration
     
    Sub GetGutters( _
       ByVal sheet As Short, _
       ByRef rowMaxOutLineLevel As Integer, _
       ByRef columnMaxOutLineLevel As Integer _
    ) 
    'Usage
     
    Dim instance As IExcelWriter
    Dim sheet As Short
    Dim rowMaxOutLineLevel As Integer
    Dim columnMaxOutLineLevel As Integer
     
    instance.GetGutters(sheet, rowMaxOutLineLevel, columnMaxOutLineLevel)
    void GetGutters( 
       short sheet,
       ref int rowMaxOutLineLevel,
       ref int columnMaxOutLineLevel
    )

    Parameters

    sheet
    the zero based sheet index used to locate the IExcelWorksheet instance
    rowMaxOutLineLevel
    Maximum level of row gutter
    columnMaxOutLineLevel
    Maximum level of column gutter
    See Also