Active Query Builder 2 .NET Edition reference
RowHeadersWidth Property



Specifies width of the row header column (the most-left column for dragging rows).
Syntax
'Declaration
 
Public Property RowHeadersWidth As System.Integer
'Usage
 
Dim instance As QueryColumnListOptions
Dim value As System.Integer
 
instance.RowHeadersWidth = value
 
value = instance.RowHeadersWidth
public System.int RowHeadersWidth {get; set;}
public: __property System.int get_RowHeadersWidth();
public: __property void set_RowHeadersWidth( 
   System.int value
);
See Also

Reference

QueryColumnListOptions Class
QueryColumnListOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback