MindFusion.Wpf Pack Programmer's Guide
Cell Members
Properties Methods
 


Identifies a single cell in a Worksheet.

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

 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.

 Public Methods

  Name Description

Clear

Clears the contents of this cell.

Equals

Object.Equals override.

GetHashCode

Object.GetHashCode override.

RemoveAnnotation

Removes an annotation object from the cell.

RemoveHyperlink

Removes the hyperlink associated with this cell.

Reset

Clears the cell contents, as well as its associated style, hyperlink, annotation, conditional formatting and data validations.

SetAnnotation

Sets the text of the annotation object, associated with this cell.

SetData

Overloaded. Sets the data of the cell, represented by this object.

SetHyperlink

Sets a hyperlink, associated with this cell.

ToString

Object.ToString override.

 See Also

Cell Class
MindFusion.Spreadsheet.Wpf Namespace