XlsRangesCollection
HasStyle Property
|
Indicates whether range has default style. False means default style.
Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasStyle { get; }
Public ReadOnly Property HasStyle As Boolean
Get
public:
virtual property bool HasStyle {
bool get () sealed;
}
abstract HasStyle : bool with get
override HasStyle : bool with get
Property Value
Type:
Boolean
Implements
IXLSRange
HasStyle
See Also