Version

Search Results

RowIndex Property

Gets the row index of the cell. Syntax Property Value The row index of the cell.

ToString() Method

Gets the string representation of the address of the cell. Syntax Return Value The string representation of the address of the cell.

ToString(CellReferenceMode,Boolean) Method

Gets the string representation of the address of the cell. Syntax Parameters cellReferenceMode The mode used to generate cell references.includeWorksheetName The value indicating whether to include the worksheet name in the cell address. Return Value The string representation of the address of the cell.

ToString(CellReferenceMode,Boolean,Boolean,Boolean) Method

Gets the string representation of the address of the cell. Syntax Parameters cellReferenceMode The mode used to generate cell references.includeWorksheetName The value indicating whether to include the worksheet name in the cell address.useRelativeColumn The value indicating whether to use a relative column addres...

ToString Method (WorksheetCell)

Gets the string representation of the address of the cell. Overload List

ValidateValue Method

Returns a boolean indicating if the value of the cell is valid considering the associated DataValidationRule Syntax Return Value Returns false if the cell has an associated DataValidationRule and the current Value does not pass the validation defined by that rule; otherwise true is returned.

Value Property (WorksheetCell)

Gets or sets the value of the cell. Syntax Property Value The value of the cell. Exceptions Exception Description System.NotSupportedException The assigned values type is not supported and cant be exported to Excel. System.InvalidOperationException The value assigned is a Formula. Instead, Formula.ApplyTo should b...

Worksheet Property (WorksheetCell)

Gets the worksheet to which the cell belongs. Syntax Property Value The worksheet to which the cell belongs.

WorksheetChart Class

Represents a chart shape. This class does not allow for the editing of chart data. It is used for round-tripping chart data between loading and saving a workbook. Syntax

WorksheetChart Class Members

Public Properties Public Methods