Accusoft.FSInvoices1.Net - Updated
ClearColumn Method




Accusoft.FSInvoices Namespace > FormTable Class : ClearColumn Method
Zero-based index of the column to be cleared.
Clears all cell values in the specified column.
Syntax
'Declaration
 
Public Sub ClearColumn( _
   ByVal columnIndex As Integer _
) 
'Usage
 
Dim instance As FormTable
Dim columnIndex As Integer
 
instance.ClearColumn(columnIndex)
public void ClearColumn( 
   int columnIndex
)
public: void ClearColumn( 
   int columnIndex
) 
public:
void ClearColumn( 
   int columnIndex
) 

Parameters

columnIndex
Zero-based index of the column to be cleared.
Exceptions
ExceptionDescription
Thrown when the columnIndex argument is out of range.
Remarks
The column header is not cleared.
See Also

Reference

FormTable Class
FormTable Members