Table of Contents

Interface IOvalShapes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IOvalShape this[int index] { get; }

Parameters

index int

Property Value

IOvalShape

this[string]

IOvalShape this[string name] { get; }

Parameters

name string

Property Value

IOvalShape

Methods

AddOval(int, int, int, int)

IOvalShape AddOval(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IOvalShape