Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / Column Property


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