Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCol Class / ShouldSerializeSize Method

In This Topic
    ShouldSerializeSize Method (TableCol)
    In This Topic
    Indicates whether the Size property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeSize() As Boolean
    protected bool ShouldSerializeSize()

    Return Value

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