Solid Edge Draft Type Library
Rename Method
Specifies the name of the Sheet object to rename.
Specifies the new name for the Sheet.
Description
Assigns a new name to the specified object.
Syntax
Visual Basic
Public Sub Rename( _
   ByVal OldName As String, _
   ByVal NewName As String _
) 
Parameters
OldName
Specifies the name of the Sheet object to rename.
NewName
Specifies the new name for the Sheet.
See Also

Sheets Collection  | Sheets Members

Send comments on this topic.