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

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

    Parameters

    col
    angle
    See Also