Click or drag to resize

XlsRangesCollection GetNewRangeLocation Method

Gets new address of range.

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

Parameters

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

Return Value

Type: String
Returns string with new name.

Implements

ICombinedRange GetNewRangeLocation(Dictionary String, String , String )
See Also