[]
Provide data context for the GrapeCity.Wpf.SpreadSheet.CellType.DataTemplateCellType.
public class ValueContext : INotifyPropertyChanged
Public Class ValueContext
Implements INotifyPropertyChanged
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.
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. |
Name | Description |
---|---|
OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
ToString() | Returns a string that represents the current object. |
Name | Description |
---|---|
PropertyChanged | /// Occurs when the property changed. |