PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / UserCellGroup Class
Properties Methods


In This Topic
    UserCellGroup Class Members
    In This Topic

    The following tables list the members exposed by UserCellGroup.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the Style of objects contained in the cells of the current cell group. See TableCell.CellStyle for details.  
    Public PropertyGets the UserCellGroupCollection containing the current cell group.  
    Public PropertyGets an array of System.Drawing.Rectangle structures identifying all cells included in the current group. For details, UserCellGroup.UserCellGroup Constructor(Rectangle) (lone cells are represented by rectangles with both dimensions set to 1).  
    Public PropertyGets the Style of the current cell group.  
    Public PropertyGets the RenderTable containing the current cell group.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another UserCellGroup to the current object.  
    Public MethodTests whether the current cell group contains a cell with the specified row and column indices.  
    Top
    Protected Methods
     NameDescription
    Protected MethodIndicates whether the UserCellGroup.CellStyle property should be serialized.  
    Protected MethodIndicates whether the UserCellGroup.Style property should be serialized.  
    Top
    See Also