Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetNameFromShapeID Method


In This Topic
    GetNameFromShapeID Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetNameFromShapeID( _
       ByVal id As String _
    ) As String
    'Usage
     
    
    Dim id As String
    Dim value As String
     
    value = ExcelXMLHelpers.GetNameFromShapeID(id)
    public static string GetNameFromShapeID( 
       string id
    )

    Parameters

    id
    See Also