ShowBlock Method of the TextEditor Object

This method moves the specified block into view (as far as possible). This method makes sense only if Text Editor is used in the TEM_ExactCopy mode.

Syntax

C++

HRESULT ShowBlock(
  int BlockIndex,
  int CellIndex
);
    

C#

void ShowBlock(
  int BlockIndex,
  int CellIndex
);
    

Visual Basic .NET

Sub ShowBlock( _
  BlockIndex As Integer, _
  CellIndex As Integer _
)
    

Parameters

BlockIndex
[in] Contains the index of the block to be shown. The index is in the ILayout::VisualBlocks collection.
CellIndex
[in] Contains the index of a table cell. If other than table block has to be shown, the value of this parameter must be set to -1.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

TextEditor

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.