Style.Border.IsEmpty Method

NanoXLSX

NanoXLSX

StyleBorderIsEmpty Method

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

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool IsEmpty()

Return Value

Type: Boolean
True if empty, otherwise false
See Also