[]
Gets or sets the default note indicator size for cells in this column.
[TypeConverter(typeof(SizeDescriptionConverter))]
public Size NoteIndicatorSize { get; set; }
<TypeConverter(GetType(SizeDescriptionConverter))>
Public Property NoteIndicatorSize As Size
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified size is out of range; width and height must be between 0 and 9,999,999 pixels |