Click or drag to resize
NanoXLSX

Address(String) Constructor

Constructor with address as string. If no referencing modifiers ($) are defined, the address is of referencing type default (e.g. 'C23')

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public Address(
	string address
)

Parameters

address  String
Address string (e.g. '$B$12')
See Also