Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Boolean
isSizeWithCell
Boolean

See Also