XlsRangesCollection
Style Property
|
Returns a Style object that represents the style of the specified
range. Read/write IStyle.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
IStyle
Implements
IXLSRange
Style
See Also