Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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