[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellInfo

CellInfo Class

Represents the value and formatting for a cell.

Inheritance
CellInfo
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class CellInfo
Public Class CellInfo

Constructors

Name Description
CellInfo(object)

Creates a new a set of cell information (CellInfo object) with a value.

CellInfo(object, StyleInfo)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[])

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo, SparklineInfo)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo, SparklineInfo, string)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], AggregationType, string)

Initializes a new instance of the CellInfo class.

CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], string)

Initializes a new instance of the CellInfo class.

Properties

Name Description
AggregationFormatString

Gets or sets the aggregation format string.

AggregationType

Gets or sets the aggregation type.

ColumnSpan

Gets or sets the number of columns spanned.

ConditionalFormats

Gets or sets the conditional formats.

ErrorText

Gets or sets the error text.

FormatInfo

Gets or sets the format information.

FormatString

Gets or sets the format string.

FormattedValue

Gets or sets the formatted value.

Formula

Gets or sets the formula.

LinkColumn

Gets or sets the column of the reference.

LinkRow

Gets or sets the row of the reference.

Note

Gets or sets the note.

NoteStyle

Gets or sets the style of the note.

NoteStyleInfo

Gets or sets the note style information for the note shape.

RowSpan

Gets or sets the number of rows spanned.

SheetName

Gets or sets the name of the sheet.

SparklineInfo

Gets or Sets sparkline information in a cell.

Style

Gets or sets the style.

Tag

Gets or sets the tag.

Value

Gets or sets the unformatted value.

Methods

Name Description
GetLinkString()

Gets the reference as a string.