Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / AutoGenerateRow Property


In This Topic
AutoGenerateRow Property
In This Topic
Gets or sets whether a row or column is automatically generated when filling data.
Syntax
'Declaration
 
Public Property AutoGenerateRow As Boolean
 
'Usage
 
Dim instance As SpreadDataBindingAdapter
Dim value As Boolean
 
instance.AutoGenerateRow = value
 
value = instance.AutoGenerateRow

Property Value

true if [auto generate row and column]; otherwise, false
See Also