Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / InsertIndent Method
The amount to be added to the current indent.


In This Topic
    InsertIndent Method
    In This Topic
    Adds an indent to the specified range.
    Syntax
    'Declaration
     
    
    Sub InsertIndent( _
       ByVal insertAmount As Integer _
    ) 
    'Usage
     
    
    Dim instance As IRange
    Dim insertAmount As Integer
     
    instance.InsertIndent(insertAmount)
    void InsertIndent( 
       int insertAmount
    )

    Parameters

    insertAmount
    The amount to be added to the current indent.
    See Also