Click or drag to resize

ICombinedRange GetNewRangeLocation Method

Gets new address of range.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string GetNewRangeLocation(
	Dictionary<string, string> names,
	out string strSheetName
)

Parameters

names
Type: System.Collections.Generic Dictionary String , String
HashTable with Worksheet names.
strSheetName
Type: System String
String that sets as a worksheet name.

Return Value

Type: String
Returns string with new name.
See Also