Table of Contents

TCommentProperties.CreateStandard Method

Creates a standard yellow comment of standard height and width for the cell at row, col.

Syntax

Namespace: FlexCel.Core

public static TCommentProperties CreateStandard(Int32 row, Int32 col, ExcelFile Workbook)

Parameters

<-> Parameter Type Description
row Int32 Row where the comment will be (1 based).
col Int32 Column where the comment will be (1 based).
Workbook ExcelFile

See also