Table of Contents

Interface IComboBoxes

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IComboBoxes

Properties

Count

int Count { get; }

Property Value

int

this[int]

IComboBoxShape this[int index] { get; }

Parameters

index int

Property Value

IComboBoxShape

this[string]

IComboBoxShape this[string name] { get; }

Parameters

name string

Property Value

IComboBoxShape

Methods

AddComboBox(int, int, int, int)

IComboBoxShape AddComboBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IComboBoxShape