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


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

    Return Value

    A bool value, true if we should generate code for Height property. Otherwise, false.
    See Also