- row
- The MPPSDataset.PerformedSeriesSequenceRow to be removed.
| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Sub RemovePerformedSeriesSequenceRow( _ ByVal row As MPPSDataset.PerformedSeriesSequenceRow _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MPPSDataset.PerformedSeriesSequenceDataTable Dim row As MPPSDataset.PerformedSeriesSequenceRow instance.RemovePerformedSeriesSequenceRow(row) | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public void RemovePerformedSeriesSequenceRow( MPPSDataset.PerformedSeriesSequenceRow row ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: void RemovePerformedSeriesSequenceRow( MPPSDataset.PerformedSeriesSequenceRow^ row ) | |
Parameters
- row
- The MPPSDataset.PerformedSeriesSequenceRow to be removed.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code