Version

WorksheetCell Class Properties

For a list of all members of this type, see WorksheetCell members.

Public Properties
 NameDescription
Public PropertyAssociatedDataTableGets the data table to which the cell belongs.  
Public PropertyAssociatedMergedCellsRegionGets the merged cells region which contains the cell, or null if the cell is not merged.  
Public PropertyAssociatedTableGets the WorksheetTable to which this cell belongs.  
Public PropertyCellFormatGets the cell formatting for this cell.  
Public PropertyColumnIndexGets the column index of the cell.  
Public PropertyCommentGets or sets the comment applied to the cell.  
Public PropertyDataValidationRuleGets or sets the data validation rule for the WorksheetCell.  
Public PropertyFormulaGets the formula which has been applied to the cell.  
Public PropertyHasCellFormatGets the value which indicates whether the cell's format has been initialized yet.  
Public PropertyHasCommentGet the value indicating whether the cell has an associated comment.  
Public PropertyRowIndexGets the row index of the cell.  
Public PropertyValueGets or sets the value of the cell.  
Public PropertyWorksheetGets the worksheet to which the cell belongs.  
See Also