Active Query Builder 2 .NET Edition reference
OrColumnCount Property



Specifies the number of "Or" columns displayed in the grid.
Syntax
'Declaration
 
Public Property OrColumnCount As System.Integer
'Usage
 
Dim instance As Grid
Dim value As System.Integer
 
instance.OrColumnCount = value
 
value = instance.OrColumnCount
public System.int OrColumnCount {get; set;}
public: __property System.int get_OrColumnCount();
public: __property void set_OrColumnCount( 
   System.int value
);
See Also

Reference

Grid Class
Grid Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback