'Declaration Public Property DefaultStyleName As String
'Usage Dim instance As RowHeader Dim value As String instance.DefaultStyleName = value value = instance.DefaultStyleName
public string DefaultStyleName {get; set;}
'Declaration Public Property DefaultStyleName As String
'Usage Dim instance As RowHeader Dim value As String instance.DefaultStyleName = value value = instance.DefaultStyleName
public string DefaultStyleName {get; set;}
Exception | Description |
---|---|
System.ArgumentException | Specified style (NamedStyle object) could not be found in the collection |
Dim r As FarPoint.Win.Spread.RowHeader r = FpSpread1.ActiveSheet.RowHeader ListBox1.Items.Add(r.DefaultStyleName.Length)
FarPoint.Win.Spread.RowHeader r; r = fpSpread1.ActiveSheet.RowHeader; listBox1.Items.Add(r.DefaultStyleName.Length);