RowLocation Enumeration

Summary

Defines the row location relative to a specified cell for a TableBlock object's methods.

Syntax

TypeScript
JavaScript
lt.Document.Editor.RowLocation { 
   above: 0, 
   below: 1 
} 
lt.Document.Editor.RowLocation { 
   above: 0, 
   below: 1 
} 

Members

Value Member Description
0 above Row is to be above the specified cell
1 below Row is to be below the specified cell

Remarks

This would be used to know where to insert rows into a table based on the selected cell, either above or below it.

Requirements

Target Platforms

See Also

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.