ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageCell Class / SplitVertically Method

In This Topic
    SplitVertically Method
    In This Topic
    SplitVertically
    Syntax
    'Declaration
     
    Public Sub SplitVertically( _
       ByVal deviceInfo As DeviceInfo, _
       ByVal splitRowIntoRows As Integer _
    ) 
    public void SplitVertically( 
       DeviceInfo deviceInfo,
       int splitRowIntoRows
    )

    Parameters

    deviceInfo
    splitRowIntoRows
    See Also