Gets or sets style of a cell

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

Syntax

C#
public CellStyle Style { get; set; }
Visual Basic
Public Property Style As CellStyle
	Get
	Set
Visual C++
public:
property CellStyle^ Style {
	CellStyle^ get ();
	void set (CellStyle^ value);
}

See Also