Represents the style of the line.
Namespace:
Aspose.Cells.Drawing
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic LineType Style { get; set; }
Public Property Style As LineType
Get
Set
public:
property LineType Style {
LineType get ();
void set (LineType value);
}
member Style : LineType with get, set
Property Value
Type:
LineType
See Also