Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextColumnCollection Class / SetCount Method
The number of text columns in the section.

In This Topic
    SetCount Method
    In This Topic
    Sets the number of columns in a section of a document.
    Syntax
    'Declaration
     
    Public Sub SetCount( _
       ByVal count As System.Short _
    ) 
    public void SetCount( 
       System.short count
    )

    Parameters

    count
    The number of text columns in the section.
    See Also