FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ParentRowIndex Property |
'Declaration Public Overridable ReadOnly Property ParentRowIndex As Integer
public virtual int ParentRowIndex {get;}
private void fpSpread1ChildViewCreated1(object sender, FarPoint.Web.Spread.ChildViewCreatedEventArgs e) { string s; int i; i = e.SheetView.ParentRowIndex; TextBox1.Text = "The parent row index is " + i.ToString(); }
Private Sub FpSpread1ChildViewCreated(ByVal sender As Object, ByVal e As FarPoint.Web.Spread.CreateChildViewEventArgs) Handles FpSpread1.ChildViewCreated Dim s As String Dim i As Integer i = e.SheetView.ParentRowIndex TextBox1.Text = "The parent row index is " & i.ToString() End Sub
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6