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

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

    Parameters

    col
    See Also