CellRange GetSubrangeRelative Method GemBox.Spreadsheet Help
Returns new cell range using relative indexing.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax

public CellRange GetSubrangeRelative(
	int relativeRow,
	int relativeColumn,
	int width,
	int height
)

Return Value

New cell range using relative indexing.
Exceptions

Remarks

New cell range must be within this cell range.
See Also