[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.Offset

Offset Method

Offset(int, int)

返回一个表示此范围的偏移的IRange对象。

Declaration
IRange Offset(int rowOffset, int columnOffset)
Parameters
Type Name Description
int rowOffset

行偏移量。

int columnOffset

列偏移量。

Returns
Type Description
IRange

包含此范围偏移的新范围。