Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / IndentLevel Property


In This Topic
    IndentLevel Property (DisplayFormat)
    In This Topic
    Gets a value that represents the indent level of the associated DisplayFormat object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IndentLevel As Integer
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As Integer
     
    value = instance.IndentLevel
    public int IndentLevel {get;}

    Property Value

    The indent level of the associated DisplayFormat object.
    See Also