'DeclarationProperty PrintComments As PrintLocation
'UsageDim instance As IPageSetup Dim value As PrintLocation instance.PrintComments = value value = instance.PrintComments
PrintLocation PrintComments {get; set;}
read-write property PrintComments: PrintLocation;
function get,set PrintComments : PrintLocation
__property PrintLocation get_PrintComments(); __property void set_PrintComments( PrintLocation value );
property PrintLocation PrintComments { PrintLocation get(); void set ( PrintLocation value); }