Indicates whether this line style is auto assigned.
Namespace:
Aspose.Cells.Drawing
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsAuto { get; set; }
Public Property IsAuto As Boolean
Get
Set
public:
property bool IsAuto {
bool get ();
void set (bool value);
}
member IsAuto : bool with get, set
Property Value
Type:
Boolean
See Also