Link Search Menu Expand Document

RangeAddress Method (Boolean, Boolean, Boolean)

Returns the range reference.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public string Address(
	bool RowAbsolute,
	bool ColumnAbsolute,
	bool External
)

Parameters

RowAbsolute
Type: SystemBoolean
if set to true return the row part of the reference as an absolute reference.
ColumnAbsolute
Type: SystemBoolean
if set to true return the column part of the reference as an absolute reference.
External
Type: SystemBoolean
if set to true return an external reference.

Return Value

Type: String

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Range.Address(System.Boolean,System.Boolean,System.Boolean)"]

See Also

Reference