Overload List
Represents a rectangular region of cells on a worksheet. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
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 ...
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...
Determines whether the specified value equals this WorksheetRegion. Syntax Parameters obj The value to test for equality.
Gets the index of the first column in the region. Syntax Property Value The index of the first column in the region.
Gets the index of the first row in the region. Syntax Property Value The index of the first row in the region.