PageColumnDef Constructor(Unit,Unit)
 
            
                In This Topic
            
            Initializes a new instance of the 
PageColumnDef class.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Unit, _
   ByVal  As Unit _
)
             
        
            
            public PageColumnDef( 
   Unit ,
   Unit 
)
             
        
             
        
            Parameters
- width
 
- A Unit value representing the Width of the current column.
 - spacing
 
- A a Unit value representing the Spacing of the current column.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also