[]
        
(Showing Draft Content)

C1.Excel.XLSheet.GetRangeToRepeat

GetRangeToRepeat Method

GetRangeToRepeat(out int, out int, out int, out int)

Returns a value indicating whether print titles are specified for this worksheet. (Print titles are rows repeated at top, and columns repeated at left of each page when the sheet is printed.) Output parameters indicate the indexes of title rows and columns.

Declaration
public bool GetRangeToRepeat(out int rowFrom, out int rowTo, out int colFrom, out int colTo)
Parameters
Type Name Description
int rowFrom

OUT: index of the first title row (repeated at top).

int rowTo

OUT: index of the last title row (repeated at top).

int colFrom

OUT: index of the first title column (repeated at left).

int colTo

OUT: index of the last title column (repeated at left).

Returns
Type Description
bool

True if title rows or columns are specified for this sheet, false otherwise.