Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartControl Interface / StartRow Property


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