←Select platform

TableRules Enumeration

Summary

Values that represent the rules that will be used to help recognizing Table fields.

Syntax

C#
VB
C++
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum TableRules 
  
<FlagsAttribute()> 
<SerializableAttribute()> 
Public Enum TableRules  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
[SerializableAttribute()] 
public enum class TableRules : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000NoRulesDo not use any rules when recognizing Table fields.
0x00000001RowsLineSeparatorUse horizontal lines to separate each table row from the other rows.
0x00000002EqualFixedRowHeightUse a fixed row height so that the distance between each row in the table is equal.
0x00000004EqualFixedLineHeightUse a fixed line height so that the distance between each line in the table is equal.
0x00000100MultiPageTableHeaderRepetedIf a table extends over multiple pages, add a table header containing the column names to each page.
Example

For an example, refer to TableFormField.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly