'Declaration Public Property FontSize As System.Double
'Usage Dim instance As ExcelFont Dim value As System.Double instance.FontSize = value value = instance.FontSize
public System.double FontSize {get; set;}
'Declaration Public Property FontSize As System.Double
'Usage Dim instance As ExcelFont Dim value As System.Double instance.FontSize = value value = instance.FontSize
public System.double FontSize {get; set;}
Exception | Description |
---|---|
System.InvalidOperationException | throw when set the FontSize with a negative value |