XlsChartFormatCollection
SetIndex Method
 | 
Note: This API is now obsolete.
Sets value by index.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
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,
	int Value
)
 
<ObsoleteAttribute("the method is not implemented")>
Public Sub SetIndex ( 
	index As Integer,
	Value As Integer
)
 
public:
[ObsoleteAttribute(L"the method is not implemented")]
void SetIndex(
	int index, 
	int Value
)
 
[<ObsoleteAttribute("the method is not implemented")>]
member SetIndex : 
index : int * 
Value : int -> unit 
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
Index to set.
 
- 
Value
 
- 
Type:
System
Int32
Value to set.
 
 
See Also