Gets the number of columns in the design table that are currently visible in the model view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetColumnCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim value As Integer
value = instance.GetColumnCount()
|
C++/CLI | |
---|
int GetColumnCount(); |
Return Value
Number of columns in the design table
Example
Remarks
See Also