CellStyleFlag
Borders Property
|
All borders settings will be applied.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Borders { get; set; }
Public Property Borders As Boolean
Get
Set
public:
property bool Borders {
bool get ();
void set (bool value);
}
member Borders : bool with get, set
Property Value
Type:
Boolean
See Also