Version

Search Results

GetCell(String) Method

Gets the cell at the specified address or name. Syntax Parameters address The address or name of the cell. Return Value A cell represented by the specified address or name. Exceptions Exception Description System.ArgumentNullException address is null. System.ArgumentException address is not a valid name or a valid...

GetCell(String,CellReferenceMode) Method

Gets the cell at the specified address or name. Syntax Parameters address The address or name of the cell.cellReferenceMode The cell reference mode to use to parse the cell address. Return Value A cell represented by the specified address or name. Exceptions Exception Description System.ArgumentNullException addre...

GetCell(String,CellReferenceMode,WorksheetCell) Method

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

GetCell(String,WorksheetCell) Method

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

GetCell Method

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

GetCellConditionalFormat(Int32,Int32) Method

Gets the cell conditional format for the cell at the specified row and column index. Syntax Parameters rowIndex The 0-based index of the WorksheetRow within the Rows collection.columnIndex The 0-based index of the cell within the WorksheetRow. Return Value The aggregated condition format for the cell at the specif...

GetCellConditionalFormat Method (Worksheet)

Gets the cell conditional format for the cell at the specified row and column index. Overload List

GetDefaultColumnWidth Method

Gets the default column width in the specified units. Syntax Parameters units The units in which the width should be returned. Return Value The default column width in the specified units. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException units is not defined in the WorksheetColum...

GetRegion(String) Method

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

GetRegion(String,CellReferenceMode) 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. Return Value A region represented by the specified address or name. Exceptions Exception Description System.ArgumentNullExcepti...