SpreadsheetFormGetCellString(DataGridViewCell) Method |
Gets the cell address in letter-number style.
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public string GetCellString(
DataGridViewCell cell
)
Public Function GetCellString (
cell As DataGridViewCell
) As String
Request Example
View SourceParameters
- cell DataGridViewCell
- DataGridViewCell instance.
Return Value
StringSee Also