Back to Devexpress

IdxRichEditSubDocument.InsertTable(IdxRichEditDocumentPosition,Integer,Integer,TdxRichEditAutoFitBehaviorType,Integer) Method

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-dot-inserttable-x28-idxricheditdocumentposition-integer-integer-tdxricheditautofitbehaviortype-integer-x29.md

latest1.3 KB
Original Source

IdxRichEditSubDocument.InsertTable(IdxRichEditDocumentPosition,Integer,Integer,TdxRichEditAutoFitBehaviorType,Integer) Method

Declaration

delphi
function InsertTable(const APos: IdxRichEditDocumentPosition; ARowCount: Integer; AColumnCount: Integer; AAutoFitBehavior: TdxRichEditAutoFitBehaviorType = TdxRichEditAutoFitBehaviorType.AutoFitToContents; AFixedColumnWidths: Integer = MinInt): IdxRichEditTable;

Parameters

NameType
APosIdxRichEditDocumentPosition
ARowCountInteger
AColumnCountInteger
AAutoFitBehaviorTdxRichEditAutoFitBehaviorType
AFixedColumnWidthsInteger

Returns

Type
IdxRichEditTable

See Also

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit