Style
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
ShapeLineStyleType Style { get; set; }
 
Property Style As ShapeLineStyleType
	Get
	Set
 
property ShapeLineStyleType Style {
	ShapeLineStyleType get ();
	void set (ShapeLineStyleType value);
}
 
abstract Style : ShapeLineStyleType with get, set
 
 
 
Property Value
Type:
ShapeLineStyleType
 
See Also