Table of Contents

Interface IComments

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IComments : IEnumerable
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

this[int]

ICommentShape this[int Index] { get; }

Parameters

Index int

Property Value

ICommentShape

this[int, int]

ICommentShape this[int iRow, int iColumn] { get; }

Parameters

iRow int
iColumn int

Property Value

ICommentShape

Parent

object Parent { get; }

Property Value

object