SharedStringsReader.HasElements Property

NanoXLSX

NanoXLSX

SharedStringsReaderHasElements Property

Gets whether the workbook contains shared strings

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool HasElements { get; }

Property Value

Type: Boolean
True if at least one shared string object exists in the workbook
See Also