Gets or sets common status flags of this DataCellBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public uint CommonStatusFlags { get; set; }
Public Property CommonStatusFlags As UInteger Get Set
public: virtual property unsigned int CommonStatusFlags { unsigned int get () sealed; void set (unsigned int value) sealed; }