Table of Contents

Interface IButtonShapes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IButtonShape this[int index] { get; }

Parameters

index int

Property Value

IButtonShape

this[string]

IButtonShape this[string name] { get; }

Parameters

name string

Property Value

IButtonShape

Methods

AddButton(int, int, int, int)

IButtonShape AddButton(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IButtonShape