Spread WinForms 15
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()

Return Value

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