Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / RowGutter Property


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

    Property Value

    The row gutter.
    See Also