Class TableTab
Inheritance
System.Object
TableTab
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
Constructors
TableTab(ref Application)
Declaration
public TableTab(ref Application application)
Parameters
| Type |
Name |
Description |
| Application |
application |
|
Fields
objArrayList
Declaration
public static ArrayList objArrayList
Field Value
| Type |
Description |
| System.Collections.ArrayList |
|
SPTable
Declaration
public static Hashtable SPTable
Field Value
| Type |
Description |
| System.Collections.Hashtable |
|
Methods
AccessTableTab()
Declaration
public void AccessTableTab()
ApplyBottomBorder()
Declaration
public void ApplyBottomBorder()
ApplyCellShade(TableTab.Color, Boolean, Boolean)
Select Cell shading color
Declaration
public void ApplyCellShade(TableTab.Color color, bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| TableTab.Color |
color |
Enumeration of colors to choose from
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
ApplyRightBorder()
Declaration
public void ApplyRightBorder()
ApplyTopBorder()
Declaration
public void ApplyTopBorder()
AutoFitFixed(String)
Declaration
public void AutoFitFixed(string AutoFitOpt)
Parameters
| Type |
Name |
Description |
| System.String |
AutoFitOpt |
|
CellTextAlign(String, Boolean, Boolean)
Declaration
public void CellTextAlign(string AlignOpt, bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
AlignOpt |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
ChangeTableTextDirection(ImplementDialogs.TextDirection)
Declaration
public void ChangeTableTextDirection(ImplementDialogs.TextDirection textdirection)
Parameters
DeleteColumns(Boolean, Boolean, Boolean)
Declaration
public void DeleteColumns(bool perf = false, bool log = false, bool TrackChanges = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
| System.Boolean |
TrackChanges |
|
DeleteRows(Boolean, Boolean, Boolean)
Declaration
public void DeleteRows(bool perf = false, bool log = false, bool TrackChanges = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
| System.Boolean |
TrackChanges |
|
DeleteTable(Boolean, Boolean)
Declaration
public void DeleteTable(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
DistributeRowsColumns(String, Boolean, Boolean)
Declaration
public void DistributeRowsColumns(string DistRowCol, bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.String |
DistRowCol |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
GetSetShadePaletteCoordinates()
Declaration
public void GetSetShadePaletteCoordinates()
GotoEndOfTable()
Declaration
public void GotoEndOfTable()
GotoTableFirstCell()
Declaration
public void GotoTableFirstCell()
GotoTableLastCell()
Declaration
public void GotoTableLastCell()
InsertBelowPref(Boolean, Boolean)
Declaration
public void InsertBelowPref(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
InsertLeftPref(Boolean, Boolean)
Declaration
public void InsertLeftPref(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
InsertRowColumn(String, Boolean)
Declaration
public void InsertRowColumn(string InsertLocation, bool TrackChanges = false)
Parameters
| Type |
Name |
Description |
| System.String |
InsertLocation |
|
| System.Boolean |
TrackChanges |
|
InvokeStringMethod(String)
Declaration
public void InvokeStringMethod(string methodName)
Parameters
| Type |
Name |
Description |
| System.String |
methodName |
|
Declaration
public bool IsButtonDisabled(string tabname, string button)
Parameters
| Type |
Name |
Description |
| System.String |
tabname |
|
| System.String |
button |
|
Returns
| Type |
Description |
| System.Boolean |
|
MergeCells(Boolean, Boolean, Boolean)
Declaration
public void MergeCells(bool perf = false, bool log = false, bool TrackChanges = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
| System.Boolean |
TrackChanges |
|
SelectCell()
Declaration
SelectCellAndCellsOnRight(Int32)
Declaration
public void SelectCellAndCellsOnRight(int count)
Parameters
| Type |
Name |
Description |
| System.Int32 |
count |
|
SelectColumn(Boolean, Boolean)
Declaration
public void SelectColumn(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
SelectRow(Boolean, Boolean)
Declaration
public void SelectRow(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
SelectTable(Boolean, Boolean)
Declaration
public void SelectTable(bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
SelectTableRows(Int32)
Declaration
public void SelectTableRows(int numberofrows)
Parameters
| Type |
Name |
Description |
| System.Int32 |
numberofrows |
|
SetShadePaletteCoordinates()
Declaration
public void SetShadePaletteCoordinates()
SetShadingPaletteColors()
Declaration
public void SetShadingPaletteColors()
SplitCell()
Declaration
SplitCell(Int32, Int32, Boolean, Boolean)
Declaration
public void SplitCell(int columns, int rows, bool perf = false, bool log = false)
Parameters
| Type |
Name |
Description |
| System.Int32 |
columns |
|
| System.Int32 |
rows |
|
| System.Boolean |
perf |
|
| System.Boolean |
log |
|
VerifyTextAlignment(String, Boolean)
Declaration
public void VerifyTextAlignment(string alignment, bool state)
Parameters
| Type |
Name |
Description |
| System.String |
alignment |
|
| System.Boolean |
state |
|