[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeGroupInfo.-ctor

RangeGroupInfo Constructor

RangeGroupInfo()

Initializes a new instance of the RangeGroupInfo class.

Declaration
public RangeGroupInfo()
Public Sub New()

RangeGroupInfo(int, int, RangeGroupInfo)

Initializes a new instance of the RangeGroupInfo class with the start index, end index, and parent group.

Declaration
public RangeGroupInfo(int startIndex, int endIndex, RangeGroupInfo parent)
Public Sub New(startIndex As Integer, endIndex As Integer, parent As RangeGroupInfo)
Parameters
Type Name Description
int startIndex

Start index

int endIndex

End index

RangeGroupInfo parent

Parent group

RangeGroupInfo(int, int)

Initializes a new instance of the RangeGroupInfo class with the start index and end index.

Declaration
public RangeGroupInfo(int startIndex, int endIndex)
Public Sub New(startIndex As Integer, endIndex As Integer)
Parameters
Type Name Description
int startIndex
int endIndex