WorksheetCollection.CreateUnionRange

WorksheetCollection.CreateUnionRange method

Creates a Range object from an address of the range.

public UnionRange CreateUnionRange(string address, int sheetIndex)
ParameterTypeDescription
addressStringThe address of the range.
sheetIndexInt32The sheet index.

Return Value

A Range object

See Also