PowerTCP Emulation for .NET CF
Styles Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Cell Structure : Styles Property




Returns Cell.Styles values representing the styles applied to the cell.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Styles As Styles
Visual Basic (Usage)Copy Code
Dim instance As Cell
Dim value As Styles
 
value = instance.Styles
C# 
public Styles Styles {get;}
Managed Extensions for C++ 
public: __property Styles get_Styles();
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.