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.
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
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