Click or drag to resize

XlsName SetIndex Method (Int32, Boolean)

Note: This API is now obsolete.

Sets index of the named range.

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,
	bool bRaiseEvent
)

Parameters

index
Type: System Int32
New index.
bRaiseEvent
Type: System Boolean
Indicates whether events should be raised.
See Also