XlsWorksheetsCollection
UpdateSheetIndex Method
|
Note: This API is now obsolete.
Updates sheet index after move/insert operation.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
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 UpdateSheetIndex(
XlsWorksheet sheet,
int iOldRealIndex
)
<ObsoleteAttribute("the method is not implemented")>
Public Sub UpdateSheetIndex (
sheet As XlsWorksheet,
iOldRealIndex As Integer
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void UpdateSheetIndex(
XlsWorksheet^ sheet,
int iOldRealIndex
)
[<ObsoleteAttribute("the method is not implemented")>]
member UpdateSheetIndex :
sheet : XlsWorksheet *
iOldRealIndex : int -> unit
Parameters
-
sheet
-
Type:
Spire.Xls.Core.Spreadsheet
XlsWorksheet
Sheet that was changed.
-
iOldRealIndex
-
Type:
System
Int32
Old sheet index in the TabSheets collection.
See Also