Columns Members
Include Protected Members
Include Inherited Members
A collection of Column objects that represent the columns in a table.
The Columns type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a column to a table. |
![]() |
AutoFit | Changes the width of a table column to accommodate the width of the text without changing the way text wraps in the cells. |
![]() |
Delete | Deletes the specified object. |
![]() |
DistributeWidth | Adjusts the width of the specified columns so that they're equal. |
![]() |
GetEnumerator | (Inherited from IEnumerable.) |
![]() |
Select | Selects the specified object. |
![]() |
SetWidth | Sets the width of columns in a table. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns a Application object that represents the creator of the specified object. |
![]() |
Borders | Returns or sets a Borders collection that represents all the borders for the specified object. |
![]() |
Count | Returns the number of items in the specified collection. |
![]() |
Creator | Returns a value that indicates the application in which the specified object was created. |
![]() |
First | Returns a Column object that represents the first item in the Columns collection. |
![]() |
Item | Returns an individual object in a collection. |
![]() |
Last | Returns a Column object that represents the last item in the Columns collection. |
![]() |
NestingLevel | Returns the nesting level of the specified columns. |
![]() |
Parent | Returns the parent object of the specified object. |
![]() |
PreferredWidth | Returns or sets the preferred width (in points or as a percentage of the window width) for the specified columns. |
![]() |
PreferredWidthType | Returns or sets the preferred unit of measurement to use for the width of the specified columns. |
![]() |
Shading | Returns a Shading object that refers to the shading formatting for the specified object. |
![]() |
Width | Returns or sets the width of the specified object in points. |
Top