ColumnLocation Enumeration

Summary

Defines the column location in the table.

Syntax

TypeScript
JavaScript
lt.Document.Editor.ColumnLocation { 
   left: 0, 
   right: 1 
} 
lt.Document.Editor.ColumnLocation { 
   left: 0, 
   right: 1 
} 

Members

Value Member Description
0 left The left column
1 right The right column

Remarks

This would be used for knowing where the inserted column would go relative to the selected cell; either to the left or the right.

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.