RangesCollection
Style Property
|
Returns a Style object that represents the style of the specified range
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
CellStyle
See Also