GdPicture.NET.14
GdPicture14 Namespace / GdPictureOCR.SpreadsheetOptions Class / SeparateTables Property





In This Topic
SeparateTables Property (GdPictureOCR.SpreadsheetOptions)
In This Topic
Specifies whether to save each table in a different sheet within the spreadsheet.
Syntax
'Declaration
 
Public Property SeparateTables As Boolean
public bool SeparateTables {get; set;}
public read-write property SeparateTables: Boolean; 
public function get,set SeparateTables : boolean
public: __property bool get_SeparateTables();
public: __property void set_SeparateTables( 
   bool value
);
public:
property bool SeparateTables {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.
See Also