True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / LinesPerRow Property

In This Topic
    LinesPerRow Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the number of subrows of the grid when the DataView property is set to MutlipleLinesFixed.
    Syntax
    'Declaration
     
    Public Property LinesPerRow As System.Integer
    public System.int LinesPerRow {get; set;}
    See Also