PowerTCP Emulation for .NET
Styles Property




Returns Styles values representing the styles applied to the cell.
Syntax
Public ReadOnly Property Styles As Styles
Dim instance As Cell
Dim value As Styles
 
value = instance.Styles
public Styles Styles {get;}
public: __property Styles get_Styles();
public:
property Styles Styles {
   Styles get();
}

Property Value

One or several Styles values specifying the styles applied to the cell.
Remarks

If no style is applied to the cell, this property will return Style.Normal. If multiple styles are applied to the cell, this property will return the flag combination of the Styles. For example, if Styles returns 6, the cell has both Style.Bold (2) and Style.Blink(4) applied. Use ToString to return the values as a comma-delimited list.

See Also

Reference

Cell Structure
Cell Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic