Version

Search Results

GetRegion(String,CellReferenceMode,WorksheetCell) Method

Gets the region at the specified address or name. Syntax Parameters address The address or name of the region.cellReferenceMode The cell reference mode to use to parse the region address.originCell The origin for resolving relative R1C1 references. Return Value A region represented by the specified address or name...

GetRegion(String,WorksheetCell) Method

Gets the region at the specified address or name. Syntax Parameters address The address or name of the region.originCell The origin for resolving relative R1C1 references. Return Value A region represented by the specified address or name. Exceptions Exception Description System.ArgumentNullException address is nu...

GetRegion Method

Gets the region at the specified address or name. Overload List

GetRegions(String) Method

Gets the regions at the specified address or name. Syntax Parameters address The address or name of the region. Return Value An array of regions represented by the specified address or name. Exceptions Exception Description System.ArgumentNullException address is null. System.ArgumentException address is not a val...

GetRegions(String,CellReferenceMode) Method

Gets the regions at the specified address or name. Syntax Parameters address The address or name of the region.cellReferenceMode The cell reference mode to use to parse the region address. Return Value An array of regions represented by the specified address or name. Exceptions Exception Description System.Argumen...

GetRegions(String,CellReferenceMode,WorksheetCell) Method

Gets the regions at the specified address or name. Syntax Parameters address The address or name of the region.cellReferenceMode The cell reference mode to use to parse the region address.originCell The origin for resolving relative R1C1 references. Return Value An array of regions represented by the specified add...

GetRegions(String,WorksheetCell) Method

Gets the regions at the specified address or name. Syntax Parameters address The address or name of the region.originCell The origin for resolving relative R1C1 references. Return Value An array of regions represented by the specified address or name. Exceptions Exception Description System.ArgumentNullException a...

GetRegions Method

Gets the regions at the specified address or name. Overload List

HasProtectionPassword Property (Worksheet)

Returns a boolean indicating if the Worksheet has been protected with a password. Syntax Remarks When protecting a Worksheet, a password is optional. The HasProtectionPassword will return true if the Worksheet is currently protected (see IsProtected) and a password was specified when it was protected. To protect a...

HideColumns Method

Hides the columns in the specified range. Syntax Parameters startIndex The index of the first column to hide, or null to start hiding at the first column.count The number of columns to hide. If null, a single column will be hidden when startIndex is specified and otherwise, all columns will be hidden. Exceptions E...