PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / TableCol Class / ShouldSerializeSize Method

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

    Return Value

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