Table of Contents

Interface IRectangleShapes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IRectangleShape this[int index] { get; }

Parameters

index int

Property Value

IRectangleShape

this[string]

IRectangleShape this[string name] { get; }

Parameters

name string

Property Value

IRectangleShape

Methods

AddRectangle(int, int, int, int, RectangleShapeType)

IRectangleShape AddRectangle(int row, int column, int height, int width, RectangleShapeType rectShapeType)

Parameters

row int
column int
height int
width int
rectShapeType RectangleShapeType

Returns

IRectangleShape