Table of Contents

Interface ICheckBoxes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

ICheckBox this[int index] { get; }

Parameters

index int

Property Value

ICheckBox

this[string]

ICheckBox this[string name] { get; }

Parameters

name string

Property Value

ICheckBox

Methods

AddCheckBox(int, int, int, int)

ICheckBox AddCheckBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

ICheckBox