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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PrintCommentType PrintComments { get; set; }
Public Property PrintComments As PrintCommentType
	Get
	Set
public:
virtual property PrintCommentType PrintComments {
	PrintCommentType get () sealed;
	void set (PrintCommentType value) sealed;
}
abstract PrintComments : PrintCommentType with get, set
override PrintComments : PrintCommentType with get, set

Property Value

PrintCommentType

Implements

IPageSetupBase..::..PrintComments

See Also