Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl Class / EndRow Property


In This Topic
    EndRow Property (SmartControl)
    In This Topic
    Gets or sets the ending row of the control.
    Syntax
    'Declaration
     
    
    Public Property EndRow As Integer
    'Usage
     
    
    Dim instance As SmartControl
    Dim value As Integer
     
    instance.EndRow = value
     
    value = instance.EndRow
    public int EndRow {get; set;}
    See Also