Table of Contents

TCommentProperties.TCommentProperties Constructor

Overloads

TCommentProperties.TCommentProperties

Creates a new empty TCommentProperties instance.

Syntax

Namespace: FlexCel.Core

public TCommentProperties()

See also

TCommentProperties.TCommentProperties(TClientAnchor)

This method will create a new copy of aAnchor, so you can modify it later.

Syntax

Namespace: FlexCel.Core

public TCommentProperties(TClientAnchor aAnchor)

Parameters

<-> Parameter Type Description
aAnchor TClientAnchor Anchor. It will be copied here.

See also

TCommentProperties.TCommentProperties(TClientAnchor, String)

This method will create a new copy of aAnchor, so you can modify it later.

Syntax

Namespace: FlexCel.Core

public TCommentProperties(TClientAnchor aAnchor, String aShapeName)

Parameters

<-> Parameter Type Description
aAnchor TClientAnchor Anchor. It will be copied here.
aShapeName String Shape name for the comment box, as it will appear on the names combo box.

See also

TCommentProperties.TCommentProperties(TClientAnchor, String, TObjectTextProperties, Boolean, Boolean)

This method will create a new copy of aAnchor, so you can modify it later.

Syntax

Namespace: FlexCel.Core

public TCommentProperties(TClientAnchor aAnchor, String aShapeName, TObjectTextProperties aTextProperties, Boolean aLock, Boolean aAutoSize)

Parameters

<-> Parameter Type Description
aAnchor TClientAnchor Anchor. It will be copied here.
aShapeName String Name of the shape, as it appears on the names combobox. Set it to null to not add an imagename.
aTextProperties TObjectTextProperties Propertied of the text in the comment.
aLock Boolean Specifies if the comment is locked.
aAutoSize Boolean If true, the comment box will autosize to hold the text.

See also