PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Gets the cell
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public Cell cell( int rowNbr, int columnIndex ) |
| Visual Basic (Declaration) |
|---|
Public Function cell ( _ rowNbr As Integer, _ columnIndex As Integer _ ) As Cell |
| Visual C++ |
|---|
public: Cell^ cell( int rowNbr, int columnIndex ) |
Parameters
- rowNbr
- Type: System..::.Int32
Row index (zero based)
- columnIndex
- Type: System..::.Int32
Column index (zero based)