Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CommentBase Class / Row Property


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