Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IndentLevel Property


In This Topic
    IndentLevel Property (IStyle)
    In This Topic
    Gets or sets a value that represents the indent level for the style.
    Syntax
    'Declaration
     
    
    Property IndentLevel As Integer
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Integer
     
    instance.IndentLevel = value
     
    value = instance.IndentLevel
    int IndentLevel {get; set;}

    Property Value

    An integer value represents the indent level.
    See Also