Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroup Class / ShouldSerializeCellStyle Method

In This Topic
    ShouldSerializeCellStyle Method (UserCellGroup)
    In This Topic
    Indicates whether the CellStyle property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeCellStyle() As Boolean
    protected bool ShouldSerializeCellStyle()

    Return Value

    true if CellStyle should be serialized, false otherwise.
    See Also