Spread Silverlight Documentation
Kind Property


GrapeCity.Windows.SpreadSheet.Data Namespace > PaperSize Class : Kind Property
Gets or sets the paper size.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Kind As PaperKind
'Usage
 
Dim instance As PaperSize
Dim value As PaperKind
 
instance.Kind = value
 
value = instance.Kind
[System.ComponentModel.DefaultValue()]
public PaperKind Kind {get; set;}

Property Value

The paper size; one of the standard paper sizes. The default value is Letter.
See Also

Reference

PaperSize Class
PaperSize Members