Calculates the grid width (the number of columns of the grid). Useful when GridWidth is -1 (automatic).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int CalcGridWidth()
Public Function CalcGridWidth As Integer
public:
int CalcGridWidth()

Return Value

Returns the grid width.

See Also