MindFusion.Wpf Pack Programmer's Guide
Cell Properties
 


 Public Properties

  Name Description

Annotation

Gets the Annotation object that represents a comment for this cell.

Column

Gets the zero-based index of the column of the represented cell.

ConditionalFormats

Gets a list with format objects that can be used to customize the appearance of the cell based on various conditions.

Data

Gets or sets the cell data.

Hyperlink

Gets a Hyperlink object that represents the hyperlink associated with this cell.

IsHidden

Gets a value indicating whether this cell belongs to a hidden column or row.

IsMerged

Gets a value indicating whether this cell is part of a merged cell.

Locale

Gets or sets the locale used to format the value of this cell.

Row

Gets the zero-based index of the row of the represented cell.

Style

Gets an IStyle object that can be used to customize the appearance of the cell.

Validation

Gets an IValidation object that can be used to specify validation rules for the data in the cell.

Value

Gets the effective value of this cell. If the cell contains a formula, this property should return the result of the formula evaluation.

Worksheet

Gets the worksheet this cell belongs to.

 See Also

Cell Class
MindFusion.Spreadsheet.Wpf Namespace