Table of Contents

Interface IListBoxes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IListBox this[int index] { get; }

Parameters

index int

Property Value

IListBox

this[string]

IListBox this[string name] { get; }

Parameters

name string

Property Value

IListBox

Methods

AddListBox(int, int, int, int)

IListBox AddListBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IListBox