Property that represents state for a cell
range. This property can be one of the following: Name Value
Description None 0 No defined state. ContentLocked 1 Cell's content
is locked. ContentReadOnly 2 Cell's content is read-only. Linked 3
Cell is linked to a data source. ContentModifiedAfterUpdate 4
Cell's content has been modified since last update. FormatLocked 5
Cell's format is locked. Can be unlocked by user. FormatReadOnly 6
Cell's format is read-only. FormatModifiedAfterUpdate 7 Cell's
format has been modified since last update.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public CellStates? State { get; set; }
Public Property State As CellStates?
Get
Set
public:
property Nullable<CellStates> State {
Nullable<CellStates> get ();
void set (Nullable<CellStates> value);
}
member State : Nullable<CellStates> with get, set
Property Value
NullableCellStates
See Also