Click or drag to resize

XlsName SetIndex Method (Int32)

Note: This API is now obsolete.

Sets index of the named range and raise event.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void SetIndex(
	int index
)

Parameters

index
Type: System Int32
New index.
See Also