[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupModel.GetCopy

GetCopy Method

GetCopy(int, int, bool)

Gets a copy of all the outlines (range groups) from the specified index with the specified count.

Declaration
RangeGroupInfo GetCopy(int startIndex, int copyCount, bool isRowGroup)
Function GetCopy(startIndex As Integer, copyCount As Integer, isRowGroup As Boolean) As RangeGroupInfo
Parameters
Type Name Description
int startIndex

Start index

int copyCount

Copy count

bool isRowGroup

Whether the outline (range group) is of rows

Returns
Type Description
RangeGroupInfo

Copy of the outlines (range groups)