ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfColumn Class / RtfColumn Constructor / RtfColumn Constructor(Single)
The width of the column.

In This Topic
    RtfColumn Constructor(Single)
    In This Topic
    The Word/RTF column constructor with width.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Single _
    )
    public RtfColumn( 
       System.float width
    )

    Parameters

    width
    The width of the column.
    See Also