'Declaration Public Overloads Sub UpdateNotes( _ ByVal row As Integer, _ ByVal column As Integer _ )
Parameters
- row
- Row index of cell
- column
- Column index of cell
'Declaration Public Overloads Sub UpdateNotes( _ ByVal row As Integer, _ ByVal column As Integer _ )
fpSpread1.ActiveSheet.AutoUpdateNotes = false;
fpSpread1.Sheets[0].UpdateNotes(1, 1);
fpSpread1.ActiveSheet.AutoUpdateNotes = False
fpSpread1.Sheets(0).UpdateNotes(1, 1)
SheetView Class
SheetView Members
Overload List
AutoUpdateNotes Property