Table of Contents

TXlsCellRange.Offset Method

Creates a new range with the start at newTopRow, newLeftCol.

Syntax

Namespace: FlexCel.Core

public TXlsCellRange Offset(Int32 newTopRow, Int32 newLeftCol)

Parameters

<-> Parameter Type Description
newTopRow Int32
newLeftCol Int32

See also