ComponentOne Xamarin.iOS
SetBound Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridIncrementalLoadingCell Class : SetBound Method
if set to true the cell is bound.
Set whether the cell is bound.
Syntax
'Declaration
 
Public Sub SetBound( _
   ByVal bound As Boolean _
) 
'Usage
 
Dim instance As GridIncrementalLoadingCell
Dim bound As Boolean
 
instance.SetBound(bound)
public void SetBound( 
   bool bound
)

Parameters

bound
if set to true the cell is bound.
See Also

Reference

GridIncrementalLoadingCell Class
GridIncrementalLoadingCell Members