Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / ShouldSerializeAutoItemHeight Method


In This Topic
    ShouldSerializeAutoItemHeight Method (ListItem)
    In This Topic
    Shoulds the height of the serialize auto item.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeAutoItemHeight() As Boolean
    'Usage
     
    
    Dim instance As ListItem
    Dim value As Boolean
     
    value = instance.ShouldSerializeAutoItemHeight()
    protected bool ShouldSerializeAutoItemHeight()
    See Also