FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelRow Class / SetCellIndent Method

In This Topic
    SetCellIndent Method (ExcelRow)
    In This Topic
    Applies Indent to a cell in this row.
    Syntax
    'Declaration
     
    
    Public Sub SetCellIndent( _
       ByVal col As Column, _
       ByVal indent As Double _
    ) 
    public void SetCellIndent( 
       Column col,
       double indent
    )

    Parameters

    col
    indent
    See Also