get each colums info from a row
            
        
        Namespace: CuteEditor.Convertor.PDFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public static void GetColsInfoFromNode( HTMLNode node, TableCols cols, int defaultwidth ) | 
| Visual Basic | 
|---|
| Public Shared Sub GetColsInfoFromNode ( _ node As HTMLNode, _ cols As TableCols, _ defaultwidth As Integer _ ) | 
| Visual C++ | 
|---|
| public: static void GetColsInfoFromNode( HTMLNode^ node, TableCols^ cols, int defaultwidth ) | 
Parameters
- node
- Type: CuteEditor.Convertor..::..HTMLNode
- cols
- Type: CuteEditor.Convertor.PDF..::..TableCols
- defaultwidth
- Type: System..::..Int32
 
     
     
     
     
    