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...
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...
Gets the region at the specified address or name. Overload List
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...
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...
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...
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...
Gets the regions at the specified address or name. Overload List
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...
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...