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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IStyle Style { get; set; }
Public Property Style As IStyle
	Get
	Set
public:
virtual property IStyle^ Style {
	IStyle^ get () sealed;
	void set (IStyle^ value) sealed;
}
abstract Style : IStyle with get, set
override Style : IStyle with get, set

Property Value

IStyle

Implements

IXLSRange..::..Style

See Also