IconSet
ShowIconOnly Property
 | 
Gets or sets a Boolean value indcates whether only the icon is displayed
for an icon set conditional format.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool ShowIconOnly { get; set; }
 
Public Property ShowIconOnly As Boolean
	Get
	Set
 
public:
property bool ShowIconOnly {
	bool get ();
	void set (bool value);
}
 
member ShowIconOnly : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also