Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateInfo Class / ShouldSerializeHeight Method


In This Topic
    ShouldSerializeHeight Method (ItemTemplateInfo)
    In This Topic
    Should serialize the height.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeHeight() As Boolean
    'Usage
     
    
    Dim instance As ItemTemplateInfo
    Dim value As Boolean
     
    value = instance.ShouldSerializeHeight()
    protected bool ShouldSerializeHeight()

    Return Value

    A bool value, true to generate code for the Height property; otherwise, false.
    See Also