ArcFM Desktop Developer Guide
DataGridSizeableColumn Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   Optional ByVal readOnly As Boolean _
)
'Usage
 
Dim width As Integer
Dim height As Integer
Dim readOnly As Boolean
 
Dim instance As New DataGridSizeableColumn(width, height, readOnly)
public DataGridSizeableColumn( 
   int width,
   int height,
   bool readOnly
)

Parameters

width
height
readOnly
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataGridSizeableColumn Class
DataGridSizeableColumn Members

 

 


Send Comment