C# Класс Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.AddRemoveColumn.Column

Represents a facade object for a column of a table in a Microsoft Word document.
Показать файл Открыть проект

Открытые методы

Метод Описание
FromIndex ( Table table, int columnIndex ) : Column

Returns a new column facade from the table and supplied zero-based index.

IndexOf ( Cell cell ) : int

Returns the index of the given cell in the column.

InsertColumnBefore ( ) : Column

Inserts a brand new column before this column into the table.

Remove ( ) : void

Removes the column from the table.

ToTxt ( ) : string

Returns the text of the column.

Приватные методы

Метод Описание
Column ( Table table, int columnIndex ) : System.IO
GetColumnCells ( ) : ArrayList

Provides an up-to-date collection of cells which make up the column represented by this facade.

Описание методов

FromIndex() публичный статический Метод

Returns a new column facade from the table and supplied zero-based index.
public static FromIndex ( Table table, int columnIndex ) : Column
table Table
columnIndex int
Результат Column

IndexOf() публичный Метод

Returns the index of the given cell in the column.
public IndexOf ( Cell cell ) : int
cell Cell
Результат int

InsertColumnBefore() публичный Метод

Inserts a brand new column before this column into the table.
public InsertColumnBefore ( ) : Column
Результат Column

Remove() публичный Метод

Removes the column from the table.
public Remove ( ) : void
Результат void

ToTxt() публичный Метод

Returns the text of the column.
public ToTxt ( ) : string
Результат string