'Declaration
Protected Property FontHeight As System.Integer
'Usage
Dim instance As WorkbookView Dim value As System.Integer instance.FontHeight = value value = instance.FontHeight
protected System.int FontHeight {get; set;}
protected read-write property FontHeight: System.Integer;
protected function get,set FontHeight : System.int