FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : FindChildView Method |
'Declaration Public Overridable Function FindChildView( _ ByVal row As Integer, _ ByVal relationIndex As Integer _ ) As SheetView
'Usage Dim instance As SheetView Dim row As Integer Dim relationIndex As Integer Dim value As SheetView value = instance.FindChildView(row, relationIndex)
public virtual SheetView FindChildView( int row, int relationIndex )
FarPoint.Web.Spread.SheetView sv; sv = FpSpread1.ActiveSheetView; sv.FindChildView(0, 0).BackColor = Color.Yellow;
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView sv.FindChildView(0, 0).BackColor = Color.Yellow
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