Style.Border.IsEmpty Method

PicoXLSX

PicoXLSX

StyleBorderIsEmpty Method

Method to determine whether the object has no values but the default values (means: is empty and must not be processed)

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public bool IsEmpty()

Return Value

Type: Boolean
True if empty, otherwise false
See Also