Displaying 2 results from an estimated 2 matches for "b3r".
Did you mean:
b3
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...,"K","L","M","N","O","
P","Q","R","S","T","U","V","W","X","Y","Z")
print(Cell)
exportDataFrame(Data, at = sh$Range(Cell))
B3R<-sh$Range(Cell)
B3R[["Formula"]] <- Title1
#B3R[["HorizontalAlignment"]]<-"xlRight"
B3R<-sh$Range(paste(letters[grep(substring(Cell,1,1),letters)+1],substri
ng(Cell,2),sep=""))
B3R[["Formula"]] <- Title2
#B3R...
2010 Mar 24
0
R-help ordinal regression
...uot;N","O","
> P","Q","R","S","T","U","V","W","X","Y","Z")
>
> ? ? print(Cell)
>
> ? ? exportDataFrame(Data, at = sh$Range(Cell))
>
>
>
> ? ? B3R<-sh$Range(Cell)
>
> ? ? B3R[["Formula"]] <- Title1
>
> ? ? #B3R[["HorizontalAlignment"]]<-"xlRight"
>
>
>
>
> B3R<-sh$Range(paste(letters[grep(substring(Cell,1,1),letters)+1],substri
> ng(Cell,2),sep=""))
>...