Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

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

Property Value

CellStyle

See Also