Interface ITableCell
Ячейка таблицы.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ITableCell : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Column
Возвращает колонку.
Declaration
ITableColumn Column { get; }
Property Value
| Type | Description |
|---|---|
| ITableColumn |
PropertyValue
Возвращает значение ячейки.
Declaration
IPropertyValue PropertyValue { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyValue |