PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / UserCellGroup Class / ShouldSerializeCellStyle Method

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

    Return Value

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