Version

Search Results

WorksheetRegion Class

Represents a rectangular region of cells on a worksheet. Syntax

WorksheetRegion Class Members

Public Constructors Public Properties Public Methods

ApplyArrayFormula Method

Applies a array formula to the region of cells. Syntax Parameters value The array formula to parse and apply to the region. Exceptions Exception Description System.ArgumentNullException value is null or empty. FormulaParseException value is not a valid formula. System.InvalidOperationException The region contains ...

ApplyFormula Method (WorksheetRegion)

Applies a formula to the region of cells. Syntax Parameters value The formula to parse and apply to the region. Exceptions Exception Description System.ArgumentNullException value is null or empty. FormulaParseException value is not a valid formula. System.InvalidOperationException The region contains an array for...

Equals Method (WorksheetRegion)

Determines whether the specified value equals this WorksheetRegion. Syntax Parameters obj The value to test for equality.

FirstColumn Property

Gets the index of the first column in the region. Syntax Property Value The index of the first column in the region.

FirstRow Property

Gets the index of the first row in the region. Syntax Property Value The index of the first row in the region.