XlsConditionalFormat
IconSet Property
|
Returns iconset settings. Valid only if FormatType is set to IconSet. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IconSet IconSet { get; }
Public ReadOnly Property IconSet As IconSet
Get
public:
virtual property IconSet^ IconSet {
IconSet^ get () sealed;
}
abstract IconSet : IconSet with get
override IconSet : IconSet with get
Property Value
Type:
IconSet
Implements
IConditionalFormat
IconSet
See Also