Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Cell DefaultCell { get; set; } |
Visual Basic |
---|
Public Property DefaultCell As Cell
Get
Set |
Visual C++ |
---|
public:
property Cell^ DefaultCell {
Cell^ get ();
void set (Cell^ value);
} |
See Also