deletes a cell by using row and column addressing
Namespace:
Google.GData.Spreadsheets
Assembly:
Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public void Delete( uint row, uint column ) |
| Visual Basic (Declaration) |
|---|
Public Sub Delete ( _ row As UInteger, _ column As UInteger _ ) |
| Visual C++ |
|---|
public: void Delete( unsigned int row, unsigned int column ) |