Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / PixelsPerIndent Property


In This Topic
    PixelsPerIndent Property
    In This Topic
    Get the width (in pixels) represented by 1 indent.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PixelsPerIndent As Integer
    'Usage
     
    
    Dim instance As Styles
    Dim value As Integer
     
    value = instance.PixelsPerIndent
    public int PixelsPerIndent {get;}

    Property Value

    An integer value represents the width of 1 indent.
    See Also