'Declaration Public ReadOnly Property Default As Rows.DefaultRow
'Usage Dim instance As Rows Dim value As Rows.DefaultRow value = instance.Default
public Rows.DefaultRow Default {get;}
'Declaration Public ReadOnly Property Default As Rows.DefaultRow
'Usage Dim instance As Rows Dim value As Rows.DefaultRow value = instance.Default
public Rows.DefaultRow Default {get;}
fpSpread1.ActiveSheet.Rows.Default.BackColor = Color.Yellow;
FpSpread1.ActiveSheet.Rows.Default.BackColor = Color.Yellow