XlsTextBoxShape
HasStyleProperties Property
 | 
Gets a value indicating whether the shape converter has any style properties.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool HasStyleProperties { get; }
 
Public ReadOnly Property HasStyleProperties As Boolean
	Get
 
public:
property bool HasStyleProperties {
	bool get ();
}
 
member HasStyleProperties : bool with get
 
 
 
Property Value
Type:
Boolean
 
See Also