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


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