[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRangeGroupModel.GetOutLineLevel

GetOutLineLevel Method

GetOutLineLevel(bool, int)

Gets the outline level of the specified index of the range row or column group.

Declaration
public byte GetOutLineLevel(bool isRowGroup, int index)
Public Function GetOutLineLevel(isRowGroup As Boolean, index As Integer) As Byte
Parameters
Type Name Description
bool isRowGroup

Whether the outline (range group) is of rows

int index

Index of the row or column of interest

Returns
Type Description
byte

Level of the outline (range group)

Implements