Spreadsheet Integrator - Online Help
Available for:
Spreadsheet Integrator
Questions / Feedback?

Rename Method

Renames a sheet.

Syntax

[VB.NET]
Public Sub Rename(ByVal Title As String, ByVal NewTitle As String)
[C#]
public void Rename(string title, string newTitle);

Remarks

This method renames a sheet. The Title parameter specifies the current name and NewTitle specifies the new name.

NOTE: This method has a corresponding asynchronous version (RenameAsync) for use in the WinRT environment.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0