Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / SpId Property


In This Topic
    SpId Property (ExcelShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SpId As String
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As String
     
    instance.SpId = value
     
    value = instance.SpId
    public string SpId {get; set;}
    See Also