ExcelChartLineAutoFormatBorder Property
Gets or sets a flag indicating if the border is auto formatted. Default value is false and the custom format is applied.
Setting a formatting property will put this flag on false.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool AutoFormatBorder { get; set; }
Public Property AutoFormatBorder As Boolean
Get
Set
public:
property bool AutoFormatBorder {
bool get ();
void set (bool value);
}
member AutoFormatBorder : bool with get, set
Property Value
Boolean