[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ValueContext

ValueContext Class

Provide data context for the GrapeCity.Wpf.SpreadSheet.CellType.DataTemplateCellType.

Inheritance
ValueContext
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class ValueContext : INotifyPropertyChanged
Public Class ValueContext
    Implements INotifyPropertyChanged
Remarks

The ValueContext instance was used for the data context of the GrapeCity.Wpf.SpreadSheet.CellType.DataTemplateCellType, and the Value property should be bound with the value of cell.

Properties

Name Description
Column

Gets an integer value indicating the current column.

IsPrinting

Gets a boolean value indicating whether the cell is printing.

Row

Gets an integer value indicating the current row.

Value

Gets a value that bound with the value of cell.

Worksheet

Gets an IWorksheet object indicating the current worksheet.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

ToString()

Returns a string that represents the current object.

Events

Name Description
PropertyChanged

/// Occurs when the property changed.