Table of Contents

Interface IScrollBarShapes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IScrollBarShape this[int index] { get; }

Parameters

index int

Property Value

IScrollBarShape

this[string]

IScrollBarShape this[string name] { get; }

Parameters

name string

Property Value

IScrollBarShape

Methods

AddScrollBar(int, int, int, int)

IScrollBarShape AddScrollBar(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IScrollBarShape