Accusoft.FSInvoices1.Net
SetCell Method




Zero-based index of the column in which the cell is located.
Zero-based index of the row in which the cell is located.
Zero-based index of the DocumentPage containing the new cell.
Area of the cell on the DocumentPage. Measured in pixels from the top left of the specified DocumentPage.
Sets a new cell for this table.
Syntax
'Declaration
 
Public Sub SetCell( _
   ByVal columnIndex As Integer, _
   ByVal rowIndex As Integer, _
   ByVal documentPageIndex As Integer, _
   ByVal area As Rectangle _
) 
'Usage
 
Dim instance As FormTable
Dim columnIndex As Integer
Dim rowIndex As Integer
Dim documentPageIndex As Integer
Dim area As Rectangle
 
instance.SetCell(columnIndex, rowIndex, documentPageIndex, area)
public void SetCell( 
   int columnIndex,
   int rowIndex,
   int documentPageIndex,
   Rectangle area
)
public: void SetCell( 
   int columnIndex,
   int rowIndex,
   int documentPageIndex,
   Rectangle area
) 
public:
void SetCell( 
   int columnIndex,
   int rowIndex,
   int documentPageIndex,
   Rectangle area
) 

Parameters

columnIndex
Zero-based index of the column in which the cell is located.
rowIndex
Zero-based index of the row in which the cell is located.
documentPageIndex
Zero-based index of the DocumentPage containing the new cell.
area
Area of the cell on the DocumentPage. Measured in pixels from the top left of the specified DocumentPage.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown when the columnIndex, rowIndex, or documentPageIndex arguments are out of range.
System.ArgumentExceptionThrown when the area argument runs off the specified DocumentPage.
See Also

Reference

FormTable Class
FormTable Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback