XlsChartFormatCollection
UpdateFormatsOnRemoving Method
 | 
Note: This API is now obsolete.
Updates formats on removing.
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 UpdateFormatsOnRemoving(
	int index
)
 
<ObsoleteAttribute("the method is not implemented")>
Public Sub UpdateFormatsOnRemoving ( 
	index As Integer
)
 
public:
[ObsoleteAttribute(L"the method is not implemented")]
void UpdateFormatsOnRemoving(
	int index
)
 
[<ObsoleteAttribute("the method is not implemented")>]
member UpdateFormatsOnRemoving : 
index : int -> unit 
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
Index to update.
 
 
See Also