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


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