Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / RowGutter Property


In This Topic
    RowGutter Property (IExcelWorksheet)
    In This Topic
    Gets or sets the row gutter.
    Syntax
    'Declaration
     
    Property RowGutter As Short
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As Short
     
    instance.RowGutter = value
     
    value = instance.RowGutter
    short RowGutter {get; set;}

    Property Value

    The row gutter.
    See Also