Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / IndentLevel Property


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

    Property Value

    The indent level.
    See Also