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


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