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


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