Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelNoteShape Class / Column Property


In This Topic
    Column Property (ExcelNoteShape)
    In This Topic
    Gets or sets note column.
    Syntax
    'Declaration
     
    
    Public Property Column As Integer
    'Usage
     
    
    Dim instance As ExcelNoteShape
    Dim value As Integer
     
    instance.Column = value
     
    value = instance.Column
    public int Column {get; set;}
    See Also