'Declaration Public Shared Function GetNameFromShapeID( _ ByVal id As String _ ) As String
'Declaration
Public Shared Function GetNameFromShapeID( _ ByVal id As String _ ) As String
'Usage Dim id As String Dim value As String value = ExcelXMLHelpers.GetNameFromShapeID(id)
'Usage
Dim id As String Dim value As String value = ExcelXMLHelpers.GetNameFromShapeID(id)
public static string GetNameFromShapeID( string id )
ExcelXMLHelpers Class ExcelXMLHelpers Members