Represents style of a table cell. Contains the alignment, filling and border style of a cell. By default any new created cell has next properties:
  • horizontal alignment - left
  • vertical alignment - top
  • borders - none

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public sealed class CellStyle
Visual Basic
Public NotInheritable Class CellStyle
Visual C++
public ref class CellStyle sealed

Inheritance Hierarchy

System..::..Object
  Arctorus.Documents.Tables..::..CellStyle

See Also