ExcelCommentObject
SetCommentLocation Method
|
Sets the location of the comment.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetCommentLocation(
bool isMoveWithCell,
bool isSizeWithCell
)
Public Sub SetCommentLocation (
isMoveWithCell As Boolean,
isSizeWithCell As Boolean
)
public:
void SetCommentLocation(
bool isMoveWithCell,
bool isSizeWithCell
)
member SetCommentLocation :
isMoveWithCell : bool *
isSizeWithCell : bool -> unit
Parameters
-
isMoveWithCell
-
Type:
System
Boolean
Indicates whether the comment should move with the cell.
-
isSizeWithCell
-
Type:
System
Boolean
Indicates whether the comment should resize with the cell.
See Also