IconSet
IconSetType Property
 | 
Get or sets icon set type
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IconSetType IconSetType { get; set; }
 
Public Property IconSetType As IconSetType
	Get
	Set
 
public:
property IconSetType IconSetType {
	IconSetType get ();
	void set (IconSetType value);
}
 
member IconSetType : IconSetType with get, set
 
 
 
Property Value
Type:
IconSetType
 
See Also