Table of Contents

Interface ISpinnerShapes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

ISpinnerShape this[int index] { get; }

Parameters

index int

Property Value

ISpinnerShape

this[string]

ISpinnerShape this[string name] { get; }

Parameters

name string

Property Value

ISpinnerShape

Methods

AddSpinner(int, int, int, int)

ISpinnerShape AddSpinner(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

ISpinnerShape