Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[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
Int32
Value
Int32

See Also