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

In This Topic
    GetCellIndent Method
    In This Topic
    Gets the Indent to a cell in this row.
    Syntax
    'Declaration
     
    
    Public Function GetCellIndent( _
       ByVal col As Column _
    ) As Double
    public double GetCellIndent( 
       Column col
    )

    Parameters

    col
    See Also