Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / GetObjectId Method


In This Topic
    GetObjectId Method (ExcelPictShape)
    In This Topic
    Gets the object id.
    Syntax
    'Declaration
     
    
    Public Function GetObjectId() As Integer
    'Usage
     
    
    Dim instance As ExcelPictShape
    Dim value As Integer
     
    value = instance.GetObjectId()
    public int GetObjectId()
    See Also