Table of Contents

Interface IArcShapes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IArcShape this[int index] { get; }

Parameters

index int

Property Value

IArcShape

this[string]

IArcShape this[string name] { get; }

Parameters

name string

Property Value

IArcShape

Methods

AddArc(int, int, int, int)

IArcShape AddArc(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IArcShape