| Name | Description |
 | ActualBackground | Gets an object that describes the displayed background of a cell. |
 | ActualBorderBottom | Gets the displayed left cell border. |
 | ActualBorderLeft | Gets the displayed left border of a cell. |
 | ActualBorderRight | Gets the displayed right cell border. |
 | ActualBorderTop | Gets the displayed top border of a cell. |
 | ActualDataValidator | Gets the current cell data converter. |
 | ActualFocusable | Gets a value that indicates whether the user can currently set focus to the cell using the keyboard or mouse. |
 | ActualFontFamily | Gets or sets the displayed font family of the cell. |
 | ActualFontSize | Gets or sets the displayed cell font size in points. |
 | ActualFontStretch | Gets or sets the current degree to which a font is condensed or expanded. |
 | ActualFontStyle | Gets or sets the displayed cell font style. |
 | ActualFontWeight | Gets or sets the displayed weight for the cell font. |
 | ActualForeground | Gets an object that describes the displayed foreground of a cell. |
 | ActualFormatter | Gets the current cell formatter. |
 | ActualHorizontalAlignment | Gets or sets the displayed horizontal alignment of the cell contents. |
 | ActualLocked | Gets a value that indicates whether a cell is currently marked as locked from editing. |
 | ActualShrinkToFit | Gets or sets the current value that indicates whether the text shrinks to fit in the cell. |
 | ActualStrikethrough | Gets the current value that indicates whether Stikethrough is used. |
 | ActualTabStop | Gets a value that indicates whether the user can currently set focus to the cell using the Tab key. |
 | ActualTextIndent | Gets or sets the current amount used to indent the cell text. |
 | ActualUnderline | Gets the current value that indicates whether Underline is used. |
 | ActualVerticalAlignment | Gets or sets the displayed vertical alignment of the cell contents. |
 | ActualWordWrap | Gets or sets the current value that indicates whether the text wraps in the cell. |
 | Background | Gets or sets the background for a cell. |
 | BackgroundThemeColor | Gets or sets the background theme color for a cell. |
 | BorderBottom | Gets or sets the right cell border. |
 | BorderLeft | Gets or sets the left cell border. |
 | BorderRight | Gets or sets the right cell border. |
 | BorderTop | Gets or sets the top cell border. |
 | Column | Gets the column that contains this cell. |
 | ColumnSpan | Gets or sets the number of columns spanned by this cell. |
 | DataValidator | Gets or sets the data validator for a cell. |
 | Focusable | Gets or sets a value that indicates whether the user can set focus to the cell using the keyboard or mouse. |
 | FontFamily | Gets or sets the font family of the cell. |
 | FontSize | Gets or sets the font size of the cell, in points. |
 | FontStretch | Gets or sets the degree to which a font is condensed or expanded. |
 | FontStyle | Gets or sets the font style for the cell. |
 | FontTheme | Gets or sets the font theme of the cell. |
 | FontWeight | Gets or sets the font weight for the cell. |
 | Foreground | Gets or sets the cell foreground. |
 | ForegroundThemeColor | Gets or sets the foreground theme color for the cell. |
 | Formatter | Gets or sets the formatter for a cell. |
 | Formula | Gets or sets the formula in a cell. |
 | HorizontalAlignment | Gets or sets the horizontal alignment of the cell contents. |
 | IsValid | Gets or sets a value that indicates whether the cell value is valid. |
 | Locked | Gets or sets a value that indicates whether a cell is marked as locked from editing. |
 | Parent | Gets the parent for this cell. |
 | ParentStyleName | Gets or sets the parent style for a cell. |
 | Row | Gets the row that contains this cell. |
 | RowSpan | Gets or sets the number of rows spanned by a cell. |
 | SheetArea | Gets the sheet area that the cell belongs to. |
 | ShrinkToFit | Gets or sets whether to support shrink to fit. |
 | Sparkline | Gets or sets sparkline information for a cell. |
 | SparklineDataRange | Gets the cell range of the sparkline. |
 | SparklineDateAxisRange | Gets the axis range of the sparkline. |
 | Strikethrough | Gets or sets a value that indicates whether Strikethrough take effect. |
 | StyleName | Gets or sets the custom style for the cell. |
 | TabStop | Gets or sets a value that indicates whether the user can set focus to the cell using the Tab key. |
 | Tag | Gets or sets an application-defined tag value for a cell. |
 | Text | Gets or sets the text in a cell. |
 | TextIndent | Gets or sets the amount to indent the cell text. |
 | Underline | Gets or sets a value that indicates whether Underline take effect. |
 | Value | Gets or sets the value in a cell. |
 | VerticalAlignment | Gets or sets the vertical alignment of the cell contents. |
 | WordWrap | Gets or sets whether to support word wrap. |
 | Worksheet | Gets the worksheet that the cell belongs to. |