WorksheetReader.HasColumn Method

NanoXLSX

NanoXLSX

WorksheetReaderHasColumn Method

Gets whether the specified column exists in the data

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool HasColumn(
	string columnAddress
)

Parameters

columnAddress
Type: SystemString
Column address as string

Return Value

Type: Boolean
Column address as string
See Also