Cell Properties

The following tables list the members exposed by the Cell type.

Name Description
Public property CellName /// First defined name assigned to cell or cell Letter + row number if no named defined. ///
Public property CellNames /// List of defined names assigned to this cell /// *Does not include names of ranges this cell is within* ///
Public property ColumnName /// Defined name or the column letter(s) for column this cell is in ///
Public property ColumnNumber /// Column Numnber (Starts at 1) ///
Public property RowNumber /// Number of the row this cell is on ///
Public property Value /// The value that is stored ///
Public property XElement /// Raw underlying XElement of cell ///
Top

In this article

Definition