ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / GridColumnCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Adds an GridColumn to the list.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As System.Integer
    public System.int Add()

    Return Value

    The index of the new grid column in the list.
    See Also