Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface ISpreadColumn
Public Interface ISpreadColumn
public interface class ISpreadColumn
type ISpreadColumn = interface end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| AddButtonControl(Int32, Int32, String) |
Adds a button to the column.
| |
| AddCheckBox()()()() |
Adds a checkbox.
| |
| AddComboBoxControl(IList) |
Adds a combobox.
| |
| FilterOptions | ||
| Font |
Gets or sets font of the column.
| |
| FontColor |
Gets or sets font color of the column.
| |
| Index |
Gets index of column object.
| |
| IsHidden |
Gets or sets the hidden of column object.
| |
| OleControl |
Gets the Ole control object.
| |
| OutlineLevel |
Outline level.
| |
| RemoveOleControl()()()() |
Removes the control from the column.
| |
| Style |
Gets style of the column.
| |
| Text |
Gets or sets the header text of the column.
| |
| Width |
Gets or sets the width of column.
| |
| Worksheet |
Gets worksheet object.
|