PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderTable Class / UserCellGroups Property

In This Topic
    UserCellGroups Property (RenderTable)
    In This Topic
    Gets the collection of UserCellGroup objects defined on the current table.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserCellGroups As UserCellGroupCollection
    public UserCellGroupCollection UserCellGroups {get;}
    See Also