Gets the line format properties for the shape.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
IShapeLineFormat Line { get; }
 
ReadOnly Property Line As IShapeLineFormat
	Get
 
property IShapeLineFormat^ Line {
	IShapeLineFormat^ get ();
}
 
abstract Line : IShapeLineFormat with get
 
 
 
Property Value
Type:
IShapeLineFormat
Implements
IShape
Line
 
See Also