C# 클래스 OfficeOpenXml.ExcelCommentCollection

Collection of Excelcomment objects
상속: IEnumerable
파일 보기 프로젝트 열기: ylatuya/EPPlus

Private Properties

프로퍼티 타입 설명
AddCommentsFromXml void
CreateXml void
ExcelCommentCollection System
IEnumerable IEnumerator

공개 메소드들

메소드 설명
Add ( OfficeOpenXml.ExcelRangeBase cell, string Text, string author ) : OfficeOpenXml.ExcelComment

Adds a comment to the top left cell of the range

Remove ( ExcelComment comment ) : void

Removes the comment

RemoveAt ( int Index ) : void

Removes the comment at the specified position

this ( ExcelCellAddress cell ) : ExcelComment

Indexer for the comments collection

this ( int Index ) : ExcelComment

Indexer for the comments collection

비공개 메소드들

메소드 설명
AddCommentsFromXml ( ) : void
CreateXml ( ExcelPackage pck ) : void
ExcelCommentCollection ( ExcelPackage pck, ExcelWorksheet ws, XmlNamespaceManager ns ) : System
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

Adds a comment to the top left cell of the range
public Add ( OfficeOpenXml.ExcelRangeBase cell, string Text, string author ) : OfficeOpenXml.ExcelComment
cell OfficeOpenXml.ExcelRangeBase The cell
Text string The comment text
author string Author
리턴 OfficeOpenXml.ExcelComment

Remove() 공개 메소드

Removes the comment
public Remove ( ExcelComment comment ) : void
comment ExcelComment The comment to remove
리턴 void

RemoveAt() 공개 메소드

Removes the comment at the specified position
public RemoveAt ( int Index ) : void
Index int The index
리턴 void

this() 공개 메소드

Indexer for the comments collection
public this ( ExcelCellAddress cell ) : ExcelComment
cell ExcelCellAddress The cell
리턴 ExcelComment

this() 공개 메소드

Indexer for the comments collection
public this ( int Index ) : ExcelComment
Index int The index
리턴 ExcelComment