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 UpdateIndexesAfterRemove(
	int removeIndex
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub UpdateIndexesAfterRemove ( 
	removeIndex As Integer
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void UpdateIndexesAfterRemove(
	int removeIndex
)
[<ObsoleteAttribute("the method is not implemented")>]
member UpdateIndexesAfterRemove : 
        removeIndex : int -> unit 

Parameters

removeIndex
Int32

See Also