Table of Contents

Interface IGroupBoxes

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IGroupBox this[int index] { get; }

Parameters

index int

Property Value

IGroupBox

this[string]

IGroupBox this[string name] { get; }

Parameters

name string

Property Value

IGroupBox

Methods

AddGroupBox(int, int, int, int)

IGroupBox AddGroupBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IGroupBox