'Declaration
Public Property DefaultCell As PdfFlowTableCell
'Usage
Dim instance As PdfFlowTableContent Dim value As PdfFlowTableCell instance.DefaultCell = value value = instance.DefaultCell
public PdfFlowTableCell DefaultCell {get; set;}
public: property PdfFlowTableCell^ DefaultCell { PdfFlowTableCell^ get(); void set ( PdfFlowTableCell^ value); }